.recent-product-title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin: 0;
    padding: 0;
    color: #191919;
    position: relative;
    text-transform: uppercase;
}

.recent-product-title::after {
    content: "";
    height: 1px;
    background-color: #aaa;
    width: 200px;
    bottom: -5px;
    left: 0;
    position: absolute;
}

.left-align-slick > .slick-list > .slick-track {    
    margin-left:0;
}
